home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 2613.ZIP / PD1350.ZIP / README < prev   
Text File  |  1990-09-27  |  5KB  |  134 lines

  1.                         TEMPORARY RELEASE
  2.  
  3.      In order to assist those of you that are plowing ahead with
  4. Clipper 5.0, I have re-compiled Pocket Dot version 1.3 with minor
  5. changes, to be called version 1.3 - 5.0.  This special version is
  6. being uploaded to Compuserve and some bulletin boards as a
  7. temporary measure; it is not a shipping release.  If you register
  8. this version (version 1.3-5.0 for $40.) you will be sent a
  9. registered version of the contributor's package (see next pages)
  10. for version 2.0 when it becomes available.
  11.  
  12.  
  13.  
  14.  
  15.                            VERSION 2.0
  16.  
  17.      A new version of Pocket Dot (version 2.0) will be released
  18. soon with additional capabilities, specific to Clipper 5.0.  The
  19. charge for new registrations of version 2.0 will be $50.  (This is
  20. only if you have not registered a previous version).
  21.  
  22.  
  23.  
  24.  
  25.                    PREVIOUSLY REGISTERED USERS
  26.  
  27.      Those of you that have previously registered version 1.3, and
  28. those who have registered earlier versions and have arranged for
  29. automatic updates will receive version 2.0 when it ships.
  30.  
  31.  
  32.  
  33.  
  34.                             QUESTIONS
  35.  
  36.      You can contact me at (404) 563-6843, or via electronic mail
  37. on Compuserve: ID# 74730,445.  Correspondence and contributions
  38. should be sent to:
  39.                       Ben Snow
  40.                       P.O. Box 1548
  41.                       Woodstock, Georgia  30188
  42.  
  43.                           POCKET DOT
  44.                        version  1.3 - 5.0
  45.                 Copyright 1989, 1990 by Ben Snow
  46.  
  47.       Pocket Dot could be described as "a limited Clipper
  48. interpreter."  It provides the familiar "dot prompt" for
  49. interactive execution of Clipper commands, as well as providing the
  50. means to execute simple .PRG files.  Most program control
  51. statements (DO WHILE, FOR/NEXT, DO CASE, etc.) are implemented,
  52. although there are special requirements for FUNCTIONs that will be
  53. interpreted (NOT compiled and linked).
  54.  
  55.      Pocket Dot is not meant to be a perfect interpreter.  Its
  56. execution of a .PRG is slow, but tolerable.  The benefits of Pocket
  57. Dot lie in the extensive interactive environment that closely
  58. matches the functionality of the Clipper command set.
  59.  
  60.      A few standard Clipper commands have not been implemented.
  61. These include JOIN, SORT, TEXT, TOTAL, and UPDATE.  If you have
  62. need of these commands, write to me and convince me of their
  63. usefulness, and I may include them.  (In three years I have had
  64. only a single request for SORT.)
  65.  
  66.      The most commonly used commands in Pocket Dot are MODIFY
  67. STRUCTURE, and BROWSE.
  68.  
  69.                     -----------------------------
  70.  
  71. Pocket Dot (PD.EXE) is User Supported Software.  You are encouraged
  72. to copy and share the unmodified, executable file with others,
  73. provided that this documentation is included and there is no fee or
  74. consideration charged for the software.  If you find the Pocket Dot
  75. of value, your contribution ($40 suggested) would be appreciated.
  76.  
  77. You can register your copy of Pocket Dot version 1.3 by sending a
  78. contribution of $40 with your name and address to:
  79.  
  80.                              Ben Snow
  81.                              P.O. Box 1548
  82.                              Woodstock, Ga.  30188
  83.  
  84. Those of you that register your copy of Pocket Dot will receive:
  85.      - Notification of enhancements.
  86.      - More documentation (on diskette).
  87.      - Pocket Dot's .OBJ files & instructions for re-linking
  88.        with your applications/functions/libraries.
  89.      - And some other "goodies" (let's leave it a surprise).
  90.  
  91. Note: If you enjoy Pocket Dot, please remember to send a
  92. contribution.  The contributor's package (contains stuff listed
  93. above) is well worth it, and it will get your name on the mailing
  94. list. Some notes on using Pocket Dot:
  95.  
  96. Most commands work the same way they would in a Clipper compiled
  97. program.  Some, however, deviate from the standard when used in
  98. interactive mode.  CREATE <file>, when used in interactive mode,
  99. provides a simpler way to create a database file in a single step
  100. than the Clipper CREATE command.
  101.  
  102. CONFIG.PD can be used to set up your standard Pocket Dot
  103. environment.  If found in the current directory, it is executed
  104. just as if "DO CONFIG.PD" were executed at the dot prompt.
  105.  
  106. SET DOTBOX ON/OFF toggles a "plain, old" dot prompt for those of
  107. you that can't stand the box.  Also available: SET DOTROW TO xx,
  108. SET DOTCOL TO xx, and SET DOTLEN TO xx.
  109.  
  110. STAT provides database status information.
  111.  
  112. F2 is the "auto-select" key, which attempts to give you a list of
  113. whatever it is you need when entering a command.  For example, if
  114. you type LIST, and the press F2, you will be able to select from
  115. the list of fields from the currently active database.  Pressing F2
  116. with a blank command line will give you the option of selecting
  117. what type of list you want to select from (select areas, database
  118. fields, directory entries, etc.).  Try BROWSE [fieldlist].
  119.  
  120. Using "Adventure" keywords is usually not very productive.
  121.  
  122. MODI STRU attempts to do the conversion for you, when you change a
  123. field's type.
  124.  
  125. There's MUCH more, but I'll save that for registered users.
  126.  
  127.  
  128. I hope will find Pocket Dot both fun and useful!
  129.  
  130.  
  131.  
  132. Again, I would appreciate your comments and suggestions.  I can be
  133. reached by mail at the P.O. box given above, or through e-mail on
  134. Compuserve (ID: 74730,445).